home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / dns / description.frm.z / description.frm
Encoding:
Text File  |  2002-06-12  |  3.3 KB  |  78 lines

  1. #! /usr/bin/perl5
  2. # description.frm
  3. #
  4. # Copyright 1988-1996 Silicon Graphics, Inc.
  5. # All rights reserved.
  6. #
  7. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  8. # the contents of this file may not be disclosed to third parties, copied or
  9. # duplicated in any form, in whole or in part, without the prior written
  10. # permission of Silicon Graphics, Inc.
  11. #
  12. # RESTRICTED RIGHTS LEGEND:
  13. # Use, duplication or disclosure by the Government is subject to restrictions
  14. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  15. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  16. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  17. # rights reserved under the Copyright Laws of the United States.
  18. #
  19. # $Id: description.frm,v 1.16 1997/11/14 20:22:42 jrw Exp $
  20.  
  21. print <<EndOfFile;
  22. Content-type: text/html
  23.  
  24. <H1><A NAME="_wmh1_828407857">Domain Name Service</A></H1>
  25. <P>
  26. The Domain Name Service (DNS) is a decentralized database service that
  27. resolves hostnames and addresses on the Internet. DNS organizes the
  28. Internet into a hierarchy of administrative units called <EM>domains</EM>. 
  29. The <EM>root domain</EM> at the top of the hierarchy has authority over the 
  30. entire Internet. Descending the hierarchy, subordinate domains are decreasingly 
  31. comprehensive, so that a local domain usually serves a single organization 
  32. (such as your local network). Large domains are frequently organized into 
  33. <EM>subdomains</EM> to further distribute the maintenance task.
  34. </P>
  35. <P>
  36. <STRONG>Note:</STRONG> All sites connected to the Internet are required
  37. to have two systems that answer requests for their domain.
  38. </P>
  39. <P>
  40. The <EM>named</EM> process supports DNS on a <I>WebForce Internet Gateway</I>
  41. server (see the named(1M) reference page for details). A system running
  42. <EM>named</EM> is referred to as a <EM>name server</EM>. If a domain contains
  43. subdomains, several name servers are used. In this case, the
  44. <EM>primary name server</EM> is the designated authority; it contains
  45. the master database for the domain. <EM>Secondary servers</EM> contain
  46. a copy of the database that is maintained on the primary server, and
  47. <EM>clients</EM> relay name and address requests to primary or
  48. secondary servers to be resolved.
  49. </P>
  50. <P>
  51. When <EM>named</EM> receives a request for a domain for which it is neither
  52. primary nor a secondary server, it forwards the request to another name
  53. server for resolution. The addresses of such servers are maintained in 
  54. a <EM>forwarder</EM> address list. The DNS protocol provides support for 
  55. dynamically locating authoritative servers.  If you do not wish to use this 
  56. feature, you can limit all forwarding to the specified forwarder list.
  57. <P>
  58. All hosts operate as DNS clients, including DNS servers. To request
  59. domain information from DNS servers, all applications use a set of
  60. routines collectively called the <VAR>resolver</VAR>. The resolver determines 
  61. the order in which name services are to be used and the name servers and 
  62. domain names to be queried in name lookups.
  63. </P>
  64. <P>
  65. Use these forms to configure DNS:
  66. </P>
  67. <UL>
  68. <LI><A HREF="index.dns1.shtml" TARGET="left">DNS Name Server</A>
  69. <LI><A HREF="index.dns2.shtml" TARGET="left">DNS Resolver</A>
  70. </UL>
  71. <P>
  72. For additional information, see Chapter 6 of <CITE>IRIX Admin:
  73. Networking and Mail</CITE>. Also see the resolver(4) and named(1M)
  74. reference pages.
  75. </P>
  76. EndOfFile
  77.